type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToTIDScanner

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tid.go#L58: 		return scanPlanTextAnyToTIDScanner{}.Scan([]byte(src), dst)
		tid.go#L147: 			return scanPlanTextAnyToTIDScanner{}
		tid.go#L196: type scanPlanTextAnyToTIDScanner struct{}
		tid.go#L198: func (scanPlanTextAnyToTIDScanner) Scan(src []byte, dst any) error {